Skip to content

refactor(tsx): Migrate React components to TSX #984

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 46 commits into
base: main
Choose a base branch
from

Conversation

fabiovincenzi
Copy link
Contributor

Fixes #983.
This PR refactors all actively used React components and their styles from JavaScript/JSX to TypeScript/TSX, leaving any unused components untouched.

JamieSlome and others added 30 commits March 24, 2025 12:24
Copy link

netlify bot commented Apr 18, 2025

Deploy Preview for endearing-brigadeiros-63f9d0 canceled.

Name Link
🔨 Latest commit d3235d7
🔍 Latest deploy log https://app.netlify.com/sites/endearing-brigadeiros-63f9d0/deploys/68021f6785aea80008e45244

Copy link

netlify bot commented Apr 18, 2025

Deploy Preview for endearing-brigadeiros-63f9d0 ready!

Name Link
🔨 Latest commit 5a0d2b2
🔍 Latest deploy log https://app.netlify.com/projects/endearing-brigadeiros-63f9d0/deploys/682dc58f17ccfc0008dec86c
😎 Deploy Preview https://deploy-preview-984--endearing-brigadeiros-63f9d0.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link

codecov bot commented Apr 18, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 48.51%. Comparing base (fc6f166) to head (5a0d2b2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #984   +/-   ##
=======================================
  Coverage   48.51%   48.51%           
=======================================
  Files          51       51           
  Lines        2092     2092           
  Branches      241      241           
=======================================
  Hits         1015     1015           
  Misses       1040     1040           
  Partials       37       37           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@fabiovincenzi fabiovincenzi linked an issue Apr 24, 2025 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert React components from JSX to TSX [Migration] Convert React Components to TS
2 participants